home *** CD-ROM | disk | FTP | other *** search
- // ==================================================
- // touchMePrefix.h
- // Copyright (C) 1996 Mizutori Tetsuya, July 4 1996.
- // ==================================================
- // All documents are pretty-printed in Geneva 10-point font.
-
- #pragma once
-
- // Include precompiled headers.
- #ifdef powerc
- #include <PP_MacHeadersPPC>
- #else
- #include <PP_MacHeaders68K>
- #endif
-
- // Define debugging symbols.
- //#define Debug_Throw
- //#define Debug_Signal
- // Set '#undefined' not to leave any debug codes in the final product release.
-
-
- // Define the use of new classes for
- // RegisterAllPPClasses (in PPobClasses.cp).
- #define PP_NewClasses
-
- // Include the PowerPlant prefix file.
- #include <PP_Prefix.h>
-
- // end of definitions
-